The following tables list the members exposed by the IDiamantCarboniteController<TDataContext> type.

Name Description
Public property CloseDataContextOnChangesConfirmation Gets a value indicating whether the current Carbonite controller must close the underlying data store context after successfully calling the ConfirmChanges method. (inherited from ICarboniteController<TDataContext, TTransaction, TTransactionCreationParameters>).
Public property PersistChangesPerOperation Gets a value indicating whether the current Carbonite controller must commit data changes every time a persistence method of a DAO is successfully called. (inherited from ICarboniteController<TDataContext, TTransaction, TTransactionCreationParameters>).
Public property Transaction Gets the current transactional context, if any, to the underlying data store. (inherited from ICarboniteController<TDataContext, TTransaction, TTransactionCreationParameters>).
Top